Skip to content

Conversation

@jordandeklerk
Copy link
Member

Adds more tests for numpy logsumexp. This seems to be very well in-line with the scipy version.


Resolves #223

@codecov-commenter
Copy link

codecov-commenter commented Oct 31, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.71%. Comparing base (85cca24) to head (b12f87a).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #238   +/-   ##
=======================================
  Coverage   84.71%   84.71%           
=======================================
  Files          41       41           
  Lines        4945     4945           
=======================================
  Hits         4189     4189           
  Misses        756      756           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Member Author

@jordandeklerk jordandeklerk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Happy to expand and modify these tests if we're not capturing something crucial in the comparison against Scipy.

@read-the-docs-community
Copy link

read-the-docs-community bot commented Oct 31, 2025

Documentation build overview

📚 arviz-stats | 🛠️ Build #30196129 | 📁 Comparing b12f87a against latest (d957f57)


🔍 Preview build

Show files changed (12 files in total): 📝 12 modified | ➕ 0 added | ➖ 0 deleted
File Status
_modules/arviz_stats/sampling_diagnostics.html 📝 modified
api/generated/arviz_stats.bayes_factor.html 📝 modified
api/generated/arviz_stats.eti.html 📝 modified
api/generated/arviz_stats.hdi.html 📝 modified
api/generated/arviz_stats.histogram.html 📝 modified
api/generated/arviz_stats.kde.html 📝 modified
api/generated/arviz_stats.loo_kfold.html 📝 modified
api/generated/arviz_stats.loo_pit.html 📝 modified
api/generated/arviz_stats.loo_score.html 📝 modified
api/generated/arviz_stats.mode.html 📝 modified
api/generated/arviz_stats.qds.html 📝 modified
api/generated/arviz_stats.rhat_nested.html 📝 modified

@jordandeklerk jordandeklerk marked this pull request as ready for review October 31, 2025 18:11
@aloctavodia aloctavodia merged commit 1a03d17 into main Nov 4, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Test numpy version of logsumexp

3 participants